home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-04 | 870 b | 26 lines | [TEXT/CWIE] |
- // ===========================================================================
- // PP_DebugHeaders.pch ©1995-1996 Metrowerks Inc. All rights reserved.
- // ===========================================================================
- //
- // Source for precompiled header for PowerPlant headers
- //
- // This file #includes most header files for the PowerPlant library,
- // as well as most of the Toolbox headers used by the PowerPlant library
- // with all debugging symbols defined.
-
-
- // This same file works for PowerPC, CFM68K, and 68K. We check the target
- // at compile time and specify the appropriate output file name.
-
- #if __POWERPC__
- #pragma precompile_target "MyPP_DebugHeadersPPC"
-
- #elif __CFM68K__
- #pragma precompile_target "MyPP_DebugHeadersCFM68K"
-
- #else
- #pragma precompile_target "MyPP_DebugHeaders68K"
- #endif
-
- #pragma once on
- #include <PP_DebugHeaders.cp>